cyan = Color.new(100, 255, 255)
purple = Color.new(167, 29, 226)
dblue = Color.new(0, 0, 80)
dyellow = Color.new(80 , 80, 0)
dred = Color.new(80, 0, 0)
dgray = Color.new(80, 80, 80)
red = Color.new(255, 0, 0)
pink = Color.new(255, 0 , 153)
blue = Color.new(0 , 153, 255)
orange = Color.new(255, 102, 0)
dgray = Color.new(80, 80, 80)
gray = Color.new(153, 153, 153)
black = Color.new(0 , 0 , 0)
white = Color.new(255, 255, 255)
green = Color.new(0 , 255, 0)    
yellow = Color.new(255 , 255, 0)

framedelay = 100

polygonstar = false
polygonsides = 2.5

mousespeed=3.1

menuclearColor=dblue
menuinfoColor=green

mouseColor=orange
coordinateColor=red
infoColor=green
dementionColor=blue
clearColor=dgray
drawColor=yellow
sepgridColor=dred
gridColor=green